home *** CD-ROM | disk | FTP | other *** search
/ Mac Cube 4: Multimedia Applications / MacCube Volume 4: Multimedia Applications.iso / Let's Go! Graphics / Let's Go! Graphics / background_2612.txt < prev    next >
Text File  |  1995-11-01  |  942b  |  46 lines

  1. -- background: 2612 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A004
  11. -- rect: left=415 top=3 right=25 bottom=509
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 3
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: Aztech Products
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   set cursor to watch
  23.   open "Graphics_:Other Aztech Products" with "SimpleText"
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (button)
  29. -- low flags: 00
  30. -- high flags: A004
  31. -- rect: left=3 top=3 right=25 bottom=76
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 3
  36. -- text size: 10
  37. -- style flags: 0
  38. -- line height: 13
  39. -- part name: Read Me
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   set cursor to watch
  43.   open "Graphics_:ReadMe" with "SimpleText"
  44. end mouseUp
  45.  
  46.